﻿@charset "utf-8";
/*通用样式*/

/*公用*/
*{ padding:0px; margin:0px; font-family:Microsoft YaHei;}
a{ text-decoration:none}
a img{border:none;}
body{ margin:0px; padding:0px; font-size:12px;}
ul,li{ list-style:none}



.fixRight { position:fixed; left:0px; top:50%; width:135px; margin-top:-251px;z-index:99;}
.fixRight img { display:block;}
.linesBox { padding:16px 0 8px; background:#007eff;}
.linesBox a { display:block; margin:0 auto 8px; width:111px; box-sizing:border-box; padding-left:38px; border-radius:31px; line-height:31px; color:#008edf; height:31px; background:url(../images/lines.png) left center no-repeat rgb(141,212,240);}
.closeFix { background:url(../images/index_cy.png) center no-repeat; width:26px; height:26px; position:fixed; top:50%; margin-top:290px; cursor:pointer; transition:all 0.3s;transform:rotate(45deg);left:5px;z-index:99;}
.closeFix.on {transform:rotate(0);  left:55px;  }

